home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / qdial130.zip / QUIKDIAL.DOC < prev    next >
Text File  |  1992-04-13  |  16KB  |  384 lines

  1.  
  2.  
  3.                              QuikDial 1.3 Guide
  4.                              ******************
  5.                                   04/13/92
  6.  
  7.         QuikDial is a memory resident utility that permits you to dial
  8.         telephone numbers using your PC's modem.  It can scan the
  9.         display for numbers to dial or you can interactively enter the
  10.         numbers. QuikDial makes use of expanded memory (EMS) or extended
  11.         memory (XMS) or a hard disk swap file to store most of its code
  12.         when not in use.  Because of the ability to "swap" code in and
  13.         out of active memory, only about 6,800 bytes of valuable low DOS
  14.         memory are consumed when QuikDial isn't active. If you are
  15.         presently using some other phone dialer utility, that program
  16.         may be consuming significantly more low memory.  For example,
  17.         SideKick, a Borland product which includes a phone dialer, uses
  18.         over 100,000 bytes of low memory.
  19.  
  20.  
  21.         QuikDial Features
  22.         -----------------
  23.  
  24.         *  Provides support for modems connected to communications ports
  25.         1, 2, 3 and 4.
  26.  
  27.         *  Accepts default long-distance area code assignment to
  28.         eliminate need for local area code to be included in long
  29.         distance phone numbers within your area.  Just including the
  30.         "1-" characters at the start of the number will direct QuikDial
  31.         to use the default area code.
  32.  
  33.         *  Accepts up to 3 different default prefixes to support the use
  34.         of phone lines demanding a prefix to gain access to an external
  35.         line or special services.  Hot keys will automatically add the
  36.         prefix to a number before dialing.
  37.  
  38.         *  Automatic screen-scan searches the display for phone numbers
  39.         to dial.
  40.  
  41.         *  Easy redialing of busy numbers.
  42.  
  43.         *  Easy command line unloading if you need to free-up all
  44.         available low DOS memory.
  45.  
  46.         *  Command key help prompts which may be hidden at the user's
  47.         preference.
  48.  
  49.         *  User defineable hotkey combination.
  50.  
  51.         *  Support for international telephone numbers beginning with
  52.         011 international code.
  53.  
  54.  
  55.                                     Page 1
  56.  
  57.                                QuikDial Guide
  58.                                **************
  59.  
  60.  
  61.         Installation and Command Line Parameters
  62.         ----------------------------------------
  63.         Installing QuikDial is relatively easy.  It can be included in
  64.         the AUTOEXEC.BAT file so that it is always available when you
  65.         use your PC. The following example suggests a possible location
  66.         for QuikDial in your AUTOEXEC.BAT file:
  67.  
  68.            ECHO OFF
  69.            CLS
  70.            C:\UTILITY\QUIKDIAL /1 /AC313 /PFA09 /PFB0953829 /PFC1202
  71.            ...
  72.            (additional AUTOEXEC batch code might be located here)
  73.            ...
  74.  
  75.         The previous batch file fragment suggests that QuikDial is
  76.         stored in a directory on C: named \UTILITY.  Notice that five
  77.         parameters are included on the example command line. The first
  78.         parameter, "/1", tells QuikDial that your modem is attached to
  79.         communication port 1.  If your modem is configured as port 2, 3
  80.         or 4, you would insert that appropriate number in place of the 1
  81.         digit on the command line.  The second parameter, "/AC313",
  82.         tells QuikDial that your default area code is 313.  The third,
  83.         fourth and fifth parameters are default prefixes.
  84.  
  85.         If you include an area code parameter, QuikDial will
  86.         automatically add the specified area code to any phone number
  87.         which begins with the "1-" characters.  Thus, at least when you
  88.         are using QuikDial, you can return to the simpler days of long
  89.         distance dialing within your own area - no more having to
  90.         specify your own area code!  Of course, if you commonly make
  91.         long distance calls to some area other than your own, you can
  92.         instead make that other code the default.
  93.  
  94.         If you use a phone system which requires you to enter a code to
  95.         access an external phone line or special features, you can tell
  96.         QuikDial to use the appropriate prefix when dialing a number.
  97.         Up to 3 different prefixes can be assigned for use.  Each prefix
  98.         is introduced with a PF identifier, /PFA or /PFB or /PFC.  The
  99.         PF identifier is followed by the desired prefix up to ten
  100.         characters in length.
  101.  
  102.         The parameters are optional. When no parameters are included,
  103.         QuikDial assumes the modem is attached to port 1.  Additionally,
  104.         no default area code or prefixes will be available during that
  105.         operating session.  The comments in braces describe the key
  106.         strokes, they are NOT part of the command!
  107.  
  108.  
  109.  
  110.                                     Page 2
  111.  
  112.                                QuikDial Guide
  113.                                **************
  114.  
  115.         To unload QuikDial from memory, use the /U directive.  As with
  116.         any memory resident program, QuikDial must have been the last
  117.         memory resident program loaded in order to unload it.
  118.  
  119.         The default hotkey combination to popup QuikDial is
  120.         <Ctrl>-<Alt>-D.  If that combination conflicts with some other
  121.         application or you prefer some simpler combination, you can
  122.         redefine the hotkey.  Use the /K comand line parameter to define
  123.         your preference.  The combination should include at least one of
  124.         the following keywords: CTRL, ALT, LEFTSHIFT, RIGHTSHIFT.  The
  125.         keywords should be followed by an alpha, numeric or function key
  126.         name.  The examples below should help you figure this out.
  127.  
  128.            QUIKDIAL /KALTCTRLP                 { Alt-Ctrl-P }
  129.            QUIKDIAL /KCTRLD                    { Ctrl-D }
  130.            QUIKDIAL /KALTF10                   { Alt-F10 }
  131.            QUIKDIAL /KCTRLLEFTSHIFTF10         { Ctrl-LeftShift-F10 }
  132.  
  133.  
  134.         Using QuikDial
  135.         --------------
  136.         To give QuikDial a try, go to the DOS command line and enter the
  137.         following line:
  138.  
  139.            C:QUIKDIAL /[1,2,3,4] /AC[your area code]
  140.  
  141.         This example assumes that the QuikDial executable file named
  142.         QUIKDIAL.EXE is located in the default directory on C: of your
  143.         computer.  Be sure to insert the number of the communication
  144.         port that your modem is attached to in the first parameter and
  145.         include your area code in the second parameter.  If your modem
  146.         is connected to port 1, you may ignore the port parameter.  Port
  147.         1 is the default port when no port parameter is specified.
  148.  
  149.         After you have executed the command and included the appropriate
  150.         parameters for your own modem port and area code, hold down the
  151.         <Ctrl> and <Alt> keys and then tap the <D> key. If there is a
  152.         telephone number presently displayed on your screen, QuikDial
  153.         will find that number and display it in a highlight box.  The
  154.         number may be edited using the cursor control keys.  Pressing
  155.         <Enter> will cause the number to be dialed.
  156.  
  157.         When more than one number is displayed on the screen, QuikDial
  158.         first checks the line where the cursor was last located.  If a
  159.         number was located on the line where the cursor was located, you
  160.         will be presented with that number first.  To scan the rest of
  161.         the display for numbers, press the down arrow key.  QuikDial
  162.         
  163.  
  164.  
  165.  
  166.                                     Page 3
  167.  
  168.                                QuikDial Guide
  169.                                **************
  170.  
  171.         will then search the screen from top to bottom for other phone
  172.         numbers. When it finds a number, you will then be presented with
  173.         that new selection in the highlight box.  To abort the screen
  174.         scan operation, press the <Esc> key.  You will then be presented
  175.         with an empty number highlight box.  At that point you may type
  176.         in the number you want to dial.  Press <Enter> after you have
  177.         finished typing in the number.  You may press <Esc> to exit
  178.         QuikDial without dialing.  If no number is visible on the
  179.         screen, QuikDial will ask you to enter the phone number you want
  180.         to dial.
  181.  
  182.         After the number is determined either by picking it from your
  183.         screen or by manual entry, QuikDial will enable your modem, dial
  184.         the number, signal with a two tone sound that the number has
  185.         been sent to the modem and advise you to pick up the handset and
  186.         press <Enter>.  Be sure to pick up the telephone handset before
  187.         pressing <Enter> since QuikDial will disconnect the line before
  188.         you have a chance to proceed with the call.  If the number is
  189.         busy, the call can be redialed by pressing <Space>.
  190.  
  191.         The command line parameters can be entered in any order.  The
  192.         two following examples will produce the same results:
  193.  
  194.             QUIKDIAL /3 /AC313 /PFA123 /PFB09313 /NOHELP
  195.             QUIKDIAL  /PFA123 /NOHELP /AC313 /PFB09313 /3
  196.  
  197.  
  198.         After picking up the handset and pressing <Enter>, QuikDial
  199.         exits until you activate it again with the <Ctrl>-<Alt>-<D>
  200.         hotkey combination. If you change your mind about placing a
  201.         call, just press the <Esc> key to exit QuikDial with no number
  202.         dialed.  Even if a number is already dialed but you have not
  203.         picked up the handset, pressing a key on the keyboard will
  204.         disconnect the line and end the call and cause QuikDial to exit.
  205.  
  206.  
  207.         Prefix Codes
  208.         ------------
  209.         To use a prefix code, you must first specify the proper code(s)
  210.         on the DOS command line when QuikDial is installed.  For
  211.         example, let's assume the prefix we want to use for local calls
  212.         is 09, 09-313 for long distance calls and 09-202 for long
  213.         distance calls to another area we frequently call.  The proper
  214.         command line syntax would be:
  215.  
  216.             QuikDial /PFA09 /PFB09313 /PFC09202
  217.  
  218.         Notice that each prefix is introduced with a PF identifier, /PFA
  219.         or /PFB or /PFC.  The PF identifier is followed by the desired
  220.  
  221.  
  222.                                     Page 4
  223.  
  224.                                QuikDial Guide
  225.                                **************
  226.  
  227.  
  228.         prefix up to ten characters in length.  Now when a number is
  229.         scanned from the screen or entered in the highlight box,
  230.         pressing <Alt-1> (the <Alt> key and the <1> key in combination)
  231.         will automatically insert the prefix code 09 in front of the
  232.         number before it is dialed.  Similarly, pressing <Alt-2> will
  233.         insert the 90313 code and <Alt-3> will insert the 09202 code in
  234.         front of the number.
  235.  
  236.  
  237.         Help Boxes and Audible Signals
  238.         ------------------------------
  239.         By default, different prompts are displayed in help boxes just
  240.         below the number entry highlight box.  The prompts advise you of
  241.         the various keys and the actions associated with the keys.
  242.         After you become familiar with QuikDial, you may prefer to work
  243.         without the prompts displayed.  If you reach that point, you can
  244.         specify your preference when QuikDial is installed.  Once again
  245.         your preference is expressed with a command line parameter of
  246.         /NOHELP. The following command would initialize QuikDial with
  247.         the /NOHELP parameter:
  248.  
  249.             QUIKDIAL /2 /AC313 /NOHELP
  250.  
  251.         QuikDial indicates the start of its actions with a two audible
  252.         signal by default.  For quiet operation, you can turn the
  253.         signals off with a /QUIET parameter.
  254.  
  255.             QUIKDIAL /2 /AC313 /NOHELP /QUIET
  256.  
  257.  
  258.  
  259.  
  260.         Hints and Suggestions
  261.         ---------------------
  262.         Since QuikDial uses EMS or XMS, it is not recommended that you
  263.         attempt to load it high using DOS 5's LOADHIGH command or
  264.         similar utility services available through third party memory
  265.         managers. You can try it, but using EMS and XMS is a tricky
  266.         business - QuikDial may not load properly or performance may be
  267.         erratic when it is loaded high.  During my testing, I have
  268.         successfully loaded all the program high into XMS by not
  269.         creating any EMS.  However, this is not a good solution for me
  270.         since I use other software which demands EMS.
  271.  
  272.         In the event that neither EMS or XMS are available, temporary
  273.         disk storage buffers will be created in C:\.  If no space is
  274.  
  275.                                    Page 5
  276.  
  277.                                QuikDial Guide
  278.                                **************
  279.  
  280.  
  281.         available in C:\ or no hard disk or RAM disk named C: is
  282.         installed, QuikDial will not load.  The disk buffers are only
  283.         created in the event EMS or XMS are unavailable.
  284.  
  285.         It is difficult at best to use QuikDial on a system with no hard
  286.         disk, EMS or XMS.  The program is not designed to load in its
  287.         entirety in low DOS memory.  It is possible to use the DOS SUBST
  288.         command to create a virtual C: on a floppy drive directory.
  289.         However, QuikDial will swap out very slowly in comparison to the
  290.         speed attained with EMS, XMS or a hard disk.
  291.  
  292.  
  293.         Registration
  294.         ------------
  295.         QuikDial was written by David Nicholson in 1991.  It is a
  296.         copyrighted work.  The copy of QuikDial you are using is
  297.         licensed by Nicholson Consulting Services (NCS).  If you have
  298.         purchased, registered or received a copy of QuikDial from NCS,
  299.         you have acquired the right to use the software on your own
  300.         computer. You do not own the right to alter this documentation
  301.         or the executable program code.  Users who acquire the software
  302.         from electronic bulletin boards or some source other than
  303.         directly from NCS are expected to register their copy of the
  304.         software with NCS and pay a registration fee of $25.00.  Payment
  305.         must be made to:
  306.  
  307.                              David A. Nicholson
  308.                              Nicholson Consulting Services
  309.                              502 Adams Street
  310.                              Plymouth, Michigan 48170
  311.                                        CompuServe 73407,3020
  312.  
  313.         Registered users will receive free telephone support for the
  314.         product. Additional enhancements are planned for QuikDial.
  315.         Registered users will receive a copy of the next enhanced
  316.         version when it becomes available.
  317.  
  318.         I welcome comments or suggestions from ANY USER, whether you are
  319.         registered or not.
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.                                    Page 6
  331.  
  332.                                QuikDial Guide
  333.                                **************
  334.  
  335.  
  336.         03/27/92 Version 1.2
  337.         --------------------
  338.         Minor maintenance revision fixed several problems reported by
  339.         users including:
  340.  
  341.         1.  More than one number on a line is now correctly found.
  342.         2.  Properly locates a number in a spreadsheet.
  343.         3.  Screen scan finds a wider variety of numbers as valid phone
  344.             numbers.  E.g., (555)555-5555, 1-999-9999 and 555 555-555.
  345.  
  346.  
  347.  
  348.         04/13/92 Version 1.3
  349.         --------------------
  350.         Problems fixed:
  351.  
  352.         1.  Cursor location is correctly identified in spreadsheet
  353.             programs.
  354.         2.  International phone numbers identified by 011 code at start
  355.             of number are now properly identified as valid numbers.
  356.  
  357.         Enhancement:
  358.  
  359.         Hotkey is now user defineable.
  360.  
  361.         Problems I'm still working on include: Conflicts with fax
  362.         boards, conflicts with DesqView.
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.                                    Page 7